[INFO] cloning repository https://github.com/ranzuh/rustchess
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ranzuh/rustchess" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Franzuh%2Frustchess", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Franzuh%2Frustchess'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b24a0059d0d721782d5ad6189f45cfa5629fb5e3
[INFO] testing ranzuh/rustchess against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Franzuh%2Frustchess" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ranzuh/rustchess
[INFO] finished tweaking git repo https://github.com/ranzuh/rustchess
[INFO] tweaked toml for git repo https://github.com/ranzuh/rustchess written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ranzuh/rustchess on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ranzuh/rustchess already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8b5778a6749c4134b80ce8a039b492cc872bee1797670455588b4e69c9db42db
[INFO] running `Command { std: "docker" "start" "-a" "8b5778a6749c4134b80ce8a039b492cc872bee1797670455588b4e69c9db42db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b5778a6749c4134b80ce8a039b492cc872bee1797670455588b4e69c9db42db", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b5778a6749c4134b80ce8a039b492cc872bee1797670455588b4e69c9db42db", kill_on_drop: false }`
[INFO] [stdout] 8b5778a6749c4134b80ce8a039b492cc872bee1797670455588b4e69c9db42db
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a1981b8570ddd011b3bcf7218bb4cfc230ff776b873bebf4cf25cf4e1b1e7563
[INFO] running `Command { std: "docker" "start" "-a" "a1981b8570ddd011b3bcf7218bb4cfc230ff776b873bebf4cf25cf4e1b1e7563", kill_on_drop: false }`
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling ratsu v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.52s
[INFO] running `Command { std: "docker" "inspect" "a1981b8570ddd011b3bcf7218bb4cfc230ff776b873bebf4cf25cf4e1b1e7563", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a1981b8570ddd011b3bcf7218bb4cfc230ff776b873bebf4cf25cf4e1b1e7563", kill_on_drop: false }`
[INFO] [stdout] a1981b8570ddd011b3bcf7218bb4cfc230ff776b873bebf4cf25cf4e1b1e7563
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7dc300cbc9bf48f2f3051538dee6abc48c79cd3cc2517d56a0732be956ea1ee0
[INFO] running `Command { std: "docker" "start" "-a" "7dc300cbc9bf48f2f3051538dee6abc48c79cd3cc2517d56a0732be956ea1ee0", kill_on_drop: false }`
[INFO] [stderr]    Compiling ratsu v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.62s
[INFO] running `Command { std: "docker" "inspect" "7dc300cbc9bf48f2f3051538dee6abc48c79cd3cc2517d56a0732be956ea1ee0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dc300cbc9bf48f2f3051538dee6abc48c79cd3cc2517d56a0732be956ea1ee0", kill_on_drop: false }`
[INFO] [stdout] 7dc300cbc9bf48f2f3051538dee6abc48c79cd3cc2517d56a0732be956ea1ee0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a9c64269966c4dd9f061f1012ab56ed01a5346235216ce314d4d6852aeb77af9
[INFO] running `Command { std: "docker" "start" "-a" "a9c64269966c4dd9f061f1012ab56ed01a5346235216ce314d4d6852aeb77af9", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ratsu-bf717e48094ee857)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ratsu-dfa9f498dd36d045)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]      Running tests/hash_tests.rs (/opt/rustwide/target/debug/deps/hash_tests-b87321527b3927d5)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stderr]      Running tests/perft_tests.rs (/opt/rustwide/target/debug/deps/perft_tests-0071adf333b7631d)
[INFO] [stdout] test test_incremental_hash_changes ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test perft_suite has been running for over 60 seconds
[INFO] [stdout] test perft_suite ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 152.53s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tactics_tests.rs (/opt/rustwide/target/debug/deps/tactics_tests-7e7f936531c64281)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test win_at_chess has been running for over 60 seconds
[INFO] [stdout] test win_at_chess ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- win_at_chess stdout ----
[INFO] [stdout] 2rr3k/pp3pp1/1nnqbN1p/3pN3/2pP4/2P3Q1/PPB4P/R4RK1 w - -
[INFO] [stdout] info depth 1 score cp 16 nodes 606 nps 123748 pv f6h5
[INFO] [stdout] info depth 2 score cp 16 nodes 1678 nps 142485 pv f6h5 c6e5
[INFO] [stdout] info depth 3 score cp 49997 nodes 15247 nps 116968 pv g3g6 f7g6 e5g6
[INFO] [stdout] info depth 4 score cp 49997 nodes 48732 nps 150244 pv g3g6 f7g6 e5g6
[INFO] [stdout] 5rk1/1ppb3p/p1pb4/6q1/3P1p1r/2P1R2P/PP1BQ1P1/5RKN w - -
[INFO] [stdout] info depth 1 score cp -267 nodes 593 nps 233488 pv e3g3
[INFO] [stdout] info depth 2 score cp 517 nodes 1942 nps 179308 pv e3g3 d7g4
[INFO] [stdout] info depth 3 score cp 517 nodes 6345 nps 182605 pv e3g3 d7g4 g3g4
[INFO] [stdout] info depth 4 score cp 542 nodes 22087 nps 143840 pv e3g3 g5g3 e2c4 g8g7 h1g3
[INFO] [stdout] r1bq2rk/pp3pbp/2p1p1pQ/7P/3P4/2PB1N2/PP3PPR/2KR4 w - -
[INFO] [stdout] info depth 1 score cp -34 nodes 245 nps 199267 pv h6g5
[INFO] [stdout] info depth 2 score cp 49997 nodes 927 nps 110930 pv h6h7 h8h7 h5g6
[INFO] [stdout] info depth 3 score cp 49997 nodes 3434 nps 122867 pv h6h7 h8h7 h5g6
[INFO] [stdout] info depth 4 score cp 49997 nodes 19010 nps 188517 pv h6h7 h8h7 h5g6
[INFO] [stdout] 5k2/6pp/p1qN4/1p1p4/3P4/2PKP2Q/PP3r2/3R4 b - -
[INFO] [stdout] info depth 1 score cp -88 nodes 224 nps 246078 pv c6d6
[INFO] [stdout] info depth 2 score cp 49997 nodes 722 nps 123844 pv c6c4 d6c4 b5c4
[INFO] [stdout] info depth 3 score cp 49997 nodes 2871 nps 174399 pv c6c4 d6c4 b5c4
[INFO] [stdout] info depth 4 score cp 49997 nodes 11553 nps 151161 pv c6c4 d6c4 b5c4
[INFO] [stdout] rnbqkb1r/pppp1ppp/8/4P3/6n1/7P/PPPNPPP1/R1BQKBNR b KQkq -
[INFO] [stdout] info depth 1 score cp -76 nodes 210 nps 337111 pv g4e5
[INFO] [stdout] info depth 2 score cp -74 nodes 468 nps 247020 pv g4e5 e2e3
[INFO] [stdout] info depth 3 score cp -66 nodes 2752 nps 283611 pv g4e5 e2e3 d7d5
[INFO] [stdout] info depth 4 score cp 804 nodes 19672 nps 245293 pv g4e3 e5e6 e3d1 e6f7 e8f7
[INFO] [stdout] info depth 5 score cp 804 nodes 65446 nps 263840 pv g4e3 e5e6 e3d1 e6f7 e8f7 e1d1
[INFO] [stdout] info depth 6 score cp 867 nodes 252307 nps 212607 pv g4e3 d2f3 e3d1 e1d1 d7d6 e5d6
[INFO] [stdout] 2br2k1/2q3rn/p2NppQ1/2p1P3/Pp5R/4P3/1P3PPP/3R2K1 w - -
[INFO] [stdout] info depth 1 score cp 558 nodes 461 nps 135201 pv h4h7
[INFO] [stdout] info depth 2 score cp 558 nodes 1298 nps 165746 pv h4h7 g7g6
[INFO] [stdout] info depth 3 score cp 558 nodes 6728 nps 199702 pv h4h7 g7g6 h7c7
[INFO] [stdout] info depth 4 score cp 509 nodes 44333 nps 173679 pv h4h7 f6e5 e3e4 g7g6
[INFO] [stdout] r1b1kb1r/3q1ppp/pBp1pn2/8/Np3P2/5B2/PPP3PP/R2Q1RK1 w kq -
[INFO] [stdout] info depth 1 score cp 116 nodes 336 nps 169798 pv d1e2
[INFO] [stdout] info depth 2 score cp 116 nodes 864 nps 178102 pv d1e2 d7b7
[INFO] [stdout] info depth 3 score cp 175 nodes 4952 nps 191969 pv f3c6 f8c5 b6c5 d7c6
[INFO] [stdout] info depth 4 score cp 997 nodes 22829 nps 134122 pv f3c6 f6d5 c6d7 c8d7 f1e1
[INFO] [stdout] info depth 5 score cp 948 nodes 148350 nps 175653 pv f3c6 f6d5 c6d7 c8d7 f1e1 d7c6
[INFO] [stdout] 4k1r1/2p3r1/1pR1p3/3pP2p/3P2qP/P4N2/1PQ4P/5R1K b - -
[INFO] [stdout] info depth 1 score cp -623 nodes 380 nps 267845 pv g4h3
[INFO] [stdout] info depth 2 score cp 49997 nodes 764 nps 120256 pv g4f3 f1f3 g7g1
[INFO] [stdout] info depth 3 score cp 49997 nodes 2128 nps 152888 pv g4f3 f1f3 g7g1
[INFO] [stdout] info depth 4 score cp 49997 nodes 6741 nps 153890 pv g4f3 f1f3 g7g1
[INFO] [stdout] 5rk1/pp4p1/2n1p2p/2Npq3/2p5/6P1/P3P1BP/R4Q1K w - -
[INFO] [stdout] info depth 1 score cp 6 nodes 154 nps 155251 pv g2f3
[INFO] [stdout] info depth 2 score cp 421 nodes 796 nps 114297 pv f1f8 g8f8 c5d7 f8e7
[INFO] [stdout] info depth 3 score cp 421 nodes 2397 nps 135224 pv f1f8 g8f8 c5d7 f8e7 d7e5
[INFO] [stdout] info depth 4 score cp 421 nodes 9151 nps 139820 pv f1f8 g8f8 c5d7 f8e7 d7e5 c6e5
[INFO] [stdout] r2rb1k1/pp1q1p1p/2n1p1p1/2bp4/5P2/PP1BPR1Q/1BPN2PP/R5K1 w - -
[INFO] [stdout] info depth 1 score cp 206 nodes 316 nps 202238 pv b2f6
[INFO] [stdout] info depth 2 score cp 160 nodes 2109 nps 164772 pv b2f6 e6e5
[INFO] [stdout] info depth 3 score cp 650 nodes 9157 nps 213261 pv h3h7 g8f8 b2f6 c5e7
[INFO] [stdout] info depth 4 score cp 972 nodes 42157 nps 156940 pv h3h7 g8f8 b2f6 c5e3 f3e3 d7d6
[INFO] [stdout] info depth 5 score cp 49993 nodes 270065 nps 173776 pv h3h7 g8f8 b2f6 c5e3 f3e3 e6e5 h7h8
[INFO] [stdout] info depth 6 score cp 49993 nodes 1307595 nps 166088 pv h3h7 g8f8 b2f6 c5e3 f3e3 e6e5 h7h8
[INFO] [stdout] 1R6/1brk2p1/4p2p/p1P1Pp2/P7/6P1/1P4P1/2R3K1 w - -
[INFO] [stdout] info depth 1 score cp 650 nodes 154 nps 189512 pv b8g8
[INFO] [stdout] info depth 2 score cp 636 nodes 588 nps 212421 pv b8g8 b7c6
[INFO] [stdout] info depth 3 score cp 1171 nodes 2840 nps 222336 pv b8b7 c7b7 c5c6 d7c7
[INFO] [stdout] info depth 4 score cp 1171 nodes 10884 nps 225805 pv b8b7 c7b7 c5c6 d7c7 c6b7 c7b7
[INFO] [stdout] info depth 5 score cp 1170 nodes 45770 nps 220844 pv b8b7 c7b7 c5c6 d7c7 c6b7 c7b7 c1c4
[INFO] [stdout] r4rk1/ppp2ppp/2n5/2bqp3/8/P2PB3/1PP1NPPP/R2Q1RK1 w - -
[INFO] [stdout] info depth 1 score cp 22 nodes 106 nps 140596 pv e2g3
[INFO] [stdout] info depth 2 score cp 29 nodes 1076 nps 168199 pv e2c3 d5d6
[INFO] [stdout] info depth 3 score cp 28 nodes 5439 nps 213991 pv e2c3 d5d6 e3c5
[INFO] [stdout] info depth 4 score cp 640 nodes 47519 nps 210008 pv e2c3 d5d6 c3e4 d6g6
[INFO] [stdout] info depth 5 score cp 640 nodes 109908 nps 225426 pv e2c3 d5d6 c3e4 d6g6 e3c5
[INFO] [stdout] r1b2rk1/ppbn1ppp/4p3/1QP4q/3P4/N4N2/5PPP/R1B2RK1 w - -
[INFO] [stdout] info depth 1 score cp -91 nodes 277 nps 292533 pv c5c6
[INFO] [stdout] info depth 2 score cp -90 nodes 1459 nps 128311 pv c5c6 h5b5
[INFO] [stdout] info depth 3 score cp -90 nodes 8500 nps 181212 pv c5c6 h5b5 a3b5
[INFO] [stdout] info depth 4 score cp 283 nodes 55988 nps 194925 pv c5c6 d7f6 c6b7 h5b5
[INFO] [stdout] info depth 5 score cp 283 nodes 150463 nps 234462 pv c5c6 d7f6 c6b7 h5b5 a3b5
[INFO] [stdout] 5rk1/1b3p1p/pp3p2/3n1N2/1P6/P1qB1PP1/3Q3P/4R1K1 w - -
[INFO] [stdout] info depth 1 score cp 283 nodes 165 nps 197694 pv d2c3
[INFO] [stdout] info depth 2 score cp 283 nodes 797 nps 181305 pv d2c3 d5c3
[INFO] [stdout] info depth 3 score cp 262 nodes 5364 nps 191645 pv d2c3 d5c3 e1e7
[INFO] [stdout] info depth 4 score cp 613 nodes 31799 nps 147913 pv d2h6 c3e1 d3f1 e1f1 g1f1 f8e8
[INFO] [stdout] info depth 5 score cp 1117 nodes 110822 nps 137382 pv d2h6 c3e1 d3f1 e1e3 f5e3 f8e8 e3d5
[INFO] [stdout] info depth 6 score cp 1117 nodes 341537 nps 158300 pv d2h6 c3e1 d3f1 e1e3 f5e3 f8e8 e3d5 b7d5
[INFO] [stdout] 8/1n3Np1/1N4Q1/1bkP4/p1p2p2/P1P2R2/3P2PK/B2R4 w - -
[INFO] [stdout] info depth 1 score cp 2881 nodes 178 nps 211630 pv b6a4 b5a4
[INFO] [stdout] info depth 2 score cp 2911 nodes 1095 nps 210546 pv f3f4 b7d6
[INFO] [stdout] info depth 3 score cp 3116 nodes 8871 nps 220634 pv f3f4 b5e8 b6c4
[INFO] [stdout] info depth 4 score cp 3133 nodes 55085 nps 220266 pv f3f4 b5e8 b6c4
[INFO] [stdout] info depth 5 score cp 49995 nodes 361285 nps 210339 pv d1h1 b5e8 g6b1 e8f7 b1b4
[INFO] [stdout] info depth 6 score cp 49995 nodes 2039447 nps 218171 pv d1h1 b5e8 g6b1 e8f7 b1b4
[INFO] [stdout] 6R1/2K5/8/8/5p2/6p1/1Q3Nk1/8 w - -
[INFO] [stdout] info depth 1 score cp 1762 nodes 240 nps 188270 pv f2d3 g2f3
[INFO] [stdout] info depth 2 score cp 1758 nodes 1461 nps 239236 pv f2g4 g2f3 b2c3 f3e2
[INFO] [stdout] info depth 3 score cp 2020 nodes 13376 nps 246355 pv f2d3 g2f3 b2d2 f3e4
[INFO] [stdout] info depth 4 score cp 49995 nodes 88768 nps 266076 pv f2g4 g2f3 b2c2 g3g2 c2d3
[INFO] [stdout] info depth 5 score cp 49995 nodes 449847 nps 283344 pv f2g4 g2h3 g4h2 g3h2 b2h8
[INFO] [stdout] 6b1/b2nB3/4p2r/1Np1kp2/2p2N2/K1P1PP2/2B5/8 w - -
[INFO] [stdout] info depth 1 score cp 287 nodes 112 nps 108401 pv e7d6 e5f6
[INFO] [stdout] info depth 2 score cp 287 nodes 570 nps 109811 pv e7d6 e5f6 b5a7
[INFO] [stdout] info depth 3 score cp 458 nodes 3799 nps 109654 pv b5a7 d7b8 e7c5
[INFO] [stdout] info depth 4 score cp 360 nodes 44939 nps 104547 pv b5a7 d7b8 e7c5 b8d7
[INFO] [stdout] info depth 5 score cp 49995 nodes 129186 nps 96323 pv c2a4 h6h7 f4g6 e5d5 b5c7
[INFO] [stdout] info depth 6 score cp 49995 nodes 411195 nps 105298 pv c2a4 d7b8 b5d6 h6h7 d6c4
[INFO] [stdout] 5N1k/5Ppp/8/8/2Q3p1/8/8/b6K w - -
[INFO] [stdout] info depth 1 score cp 1876 nodes 115 nps 106938 pv f8g6 h7g6
[INFO] [stdout] info depth 2 score cp 2069 nodes 516 nps 102263 pv f8e6 a1f6
[INFO] [stdout] info depth 3 score cp 2285 nodes 3350 nps 128831 pv f8e6 h7h5 f7f8q h8h7
[INFO] [stdout] info depth 4 score cp 2252 nodes 21055 nps 136282 pv f8e6 h7h5 f7f8q h8h7 c4e4 h7h6
[INFO] [stdout] info depth 5 score cp 49995 nodes 83226 nps 138448 pv c4f1 h7h6 f1b1 g7g6 b1a1
[INFO] [stdout] info depth 6 score cp 49995 nodes 315924 nps 142404 pv c4f1 h7h6 f1b1 a1f6 b1h7
[INFO] [stdout] 4r1b1/1p4B1/pN2pR2/RB2k3/1P2N2p/2p3b1/n2P1p1r/5K1n w - -
[INFO] [stdout] info depth 1 score cp -62 nodes 830 nps 85444 pv b5c6 e5d4
[INFO] [stdout] info depth 2 score cp 26 nodes 3849 nps 92046 pv b5c6 e5d4 f6g6 d4d3
[INFO] [stdout] info depth 3 score cp 389 nodes 28012 nps 105176 pv b5e8 e5d4 f6f2 d4d3 e4c5 d3c2
[INFO] [stdout] info depth 4 score cp 456 nodes 213438 nps 133861 pv b5e8 e5d4 e4f2 h1f2 f6f2 d4d3
[INFO] [stdout] info depth 5 score cp 49995 nodes 1228116 nps 139045 pv f1e2 a6b5 f6f2 e5e4 d2d3
[INFO] [stdout] K5R1/1R5p/1P5k/3b2Np/3B1P1b/6pP/6P1/8 w - -
[INFO] [stdout] info depth 1 score cp 2210 nodes 238 nps 120701 pv g5f7 d5f7
[INFO] [stdout] info depth 2 score cp 2210 nodes 595 nps 137878 pv g5f7 d5f7 b7f7
[INFO] [stdout] info depth 3 score cp 2497 nodes 2876 nps 173445 pv g5f7 d5f7 b7f7 h4d8
[INFO] [stdout] info depth 4 score cp 2497 nodes 12411 nps 186765 pv g5f7 d5f7 b7f7 h4d8 g8d8
[INFO] [stdout] info depth 5 score cp 49995 nodes 58526 nps 184131 pv f4f5 d5g8 b7f7 g8f7 g5f7
[INFO] [stdout] info depth 6 score cp 49995 nodes 231722 nps 202262 pv f4f5 d5g8 b7f7 g8f7 g5f7
[INFO] [stdout] 4r1nb/2B2R2/1p2k2p/1P2pR2/1rb1p2K/4P1pB/3n1N1P/4q3 w - -
[INFO] [stdout] info depth 1 score cp -1116 nodes 864 nps 122586 pv f5f6 e6d5
[INFO] [stdout] info depth 2 score cp -1166 nodes 3395 nps 109217 pv f5f6 e6d5 f6d6 d5c5
[INFO] [stdout] info depth 3 score cp -905 nodes 12875 nps 90250 pv f7d7 c4f1 f5e5 e6f6
[INFO] [stdout] info depth 4 score cp -802 nodes 50293 nps 116559 pv f7d7 e1f1 f5e5 e6f6 f2g4 f6g6
[INFO] [stdout] info depth 5 score cp 49995 nodes 275010 nps 88732 pv f2d3 e4d3 f7d7 e6d7 f5f7
[INFO] [stdout] 8/P3P3/p7/Pk6/4N3/1K6/8/8 w - -
[INFO] [stdout] info depth 1 score cp 2497 nodes 111 nps 134560 pv e7e8q b5a5
[INFO] [stdout] info depth 2 score cp 2680 nodes 588 nps 136697 pv e7e8q b5a5 e8e5 a5b6
[INFO] [stdout] info depth 3 score cp 2736 nodes 2660 nps 147041 pv e7e8q b5a5 a7a8q a5b6
[INFO] [stdout] info depth 4 score cp 49995 nodes 14172 nps 150031 pv a7a8q b5a5 a8d8 a5b5 e7e8q
[INFO] [stdout] info depth 5 score cp 49995 nodes 72307 nps 147206 pv a7a8q b5a5 a8d8 a5b5 e7e8q
[INFO] [stdout] info depth 6 score cp 49995 nodes 371721 nps 153684 pv a7a8q b5a5 a8d8 a5b5 e7e8q
[INFO] [stdout] 8/4p2R/3PkP2/R7/8/8/8/4K3 w - -
[INFO] [stdout] info depth 1 score cp 1793 nodes 104 nps 172208 pv d6e7
[INFO] [stdout] info depth 2 score cp 2190 nodes 447 nps 162493 pv f6f7 e7d6
[INFO] [stdout] info depth 3 score cp 2190 nodes 2995 nps 245851 pv f6f7 e7d6 f7f8q
[INFO] [stdout] info depth 4 score cp 2390 nodes 13812 nps 216886 pv f6f7 e6d6 a5g5 d6c7
[INFO] [stdout] info depth 5 score cp 49995 nodes 73346 nps 182033 pv f6e7 e6d6 e7e8r d6c6 e8e6
[INFO] [stdout] info depth 6 score cp 49995 nodes 317843 nps 218924 pv f6e7 e6d6 e7e8r d6c6 e8e6
[INFO] [stdout] 8/4K3/2k5/5Q1B/bp6/8/7B/8 w - -
[INFO] [stdout] info depth 1 score cp 1913 nodes 214 nps 188390 pv h5e8 c6b7
[INFO] [stdout] info depth 2 score cp 1930 nodes 1437 nps 181311 pv h5e8 c6b6 e8a4
[INFO] [stdout] info depth 3 score cp 1968 nodes 10566 nps 206064 pv h5e8 c6b6 f5f2 b6a6 e8a4
[INFO] [stdout] info depth 4 score cp 49995 nodes 84191 nps 203852 pv h5e2 c6b6 f5a5 b6a5 h2c7
[INFO] [stdout] info depth 5 score cp 49995 nodes 507761 nps 232956 pv h5e2 c6b6 f5a5 b6a5 h2c7
[INFO] [stdout] 2R5/3K2k1/8/p7/3P4/8/6p1/1Q6 w - -
[INFO] [stdout] info depth 1 score cp 1618 nodes 177 nps 126953 pv c8c2
[INFO] [stdout] info depth 2 score cp 1877 nodes 770 nps 128623 pv b1g1 a5a4
[INFO] [stdout] info depth 3 score cp 1987 nodes 6055 nps 132609 pv b1g1 a5a4 g1g2 g7h7
[INFO] [stdout] info depth 4 score cp 2063 nodes 24501 nps 120591 pv b1g1 a5a4 g1g2 g7h7 c8c4
[INFO] [stdout] info depth 5 score cp 49995 nodes 136571 nps 123903 pv c8c2 g2g1q b1g1 g7h6 c2h2
[INFO] [stdout] info depth 6 score cp 49995 nodes 632947 nps 170560 pv c8c2 g2g1q b1g1 g7h6 c2h2
[INFO] [stdout] 8/8/8/8/nnN5/Q7/8/1kN4K w - -
[INFO] [stdout] info depth 1 score cp 1576 nodes 114 nps 187942 pv a3b4 b1c1
[INFO] [stdout] info depth 2 score cp 1576 nodes 603 nps 203075 pv a3b4 b1c1 b4a4
[INFO] [stdout] info depth 3 score cp 1745 nodes 3692 nps 149672 pv a3b4 b1c1 b4a4 c1b1
[INFO] [stdout] info depth 4 score cp 1820 nodes 19267 nps 137440 pv a3b4 b1c1 b4a4 c1b1 a4d1 b1a2
[INFO] [stdout] info depth 5 score cp 49995 nodes 102210 nps 154333 pv c1b3 b4a2 a3b2 a4b2 c4a3
[INFO] [stdout] info depth 6 score cp 49995 nodes 483433 nps 148160 pv c1b3 b4c6 c4e3 a4b6 a3a1
[INFO] [stdout] 7b/8/r7/3B4/8/8/8/1kBK2Q1 w - -
[INFO] [stdout] info depth 1 score cp 1114 nodes 123 nps 109531 pv d5e4 b1a2
[INFO] [stdout] info depth 2 score cp 1172 nodes 745 nps 129964 pv d5e4 b1a1 g1g2
[INFO] [stdout] info depth 3 score cp 1219 nodes 5435 nps 161857 pv g1g2 h8f6 d5e4 b1a1
[INFO] [stdout] info depth 4 score cp 49995 nodes 31572 nps 120926 pv d1e2 h8f6 c1a3 b1c2 g1c1
[INFO] [stdout] info depth 5 score cp 49995 nodes 143941 nps 133107 pv d1e2 h8f6 c1a3 b1c2 g1c1
[INFO] [stdout] info depth 6 score cp 49995 nodes 683561 nps 127204 pv d1e2 h8f6 c1a3 b1c2 g1c1
[INFO] [stdout] 8/5p2/5Q2/8/8/5R2/4K3/Bkb5 w - -
[INFO] [stdout] info depth 1 score cp 1879 nodes 138 nps 134622 pv f6d4
[INFO] [stdout] info depth 2 score cp 2007 nodes 939 nps 123788 pv e2d1 c1g5
[INFO] [stdout] info depth 3 score cp 2100 nodes 6157 nps 134828 pv f3f1 b1a2 f1c1
[INFO] [stdout] info depth 4 score cp 2207 nodes 40196 nps 134366 pv a1e5 c1b2 f6b6 f7f6
[INFO] [stdout] info depth 5 score cp 49995 nodes 237934 nps 148643 pv f3f5 b1a2 f5a5 a2b1 f6f5
[INFO] [stdout] info depth 6 score cp 49995 nodes 1140950 nps 158527 pv f3f5 b1a2 f5a5 a2b1 f6f5
[INFO] [stdout] 1q5k/4R3/8/8/1p6/1B6/5R2/1K6 w - -
[INFO] [stdout] info depth 1 score cp 333 nodes 112 nps 227827 pv f2c2
[INFO] [stdout] info depth 2 score cp 404 nodes 715 nps 256555 pv f2f7 b8b6
[INFO] [stdout] info depth 3 score cp 1817 nodes 6453 nps 165546 pv f2f5 b8f4 e7e8 h8g7
[INFO] [stdout] info depth 4 score cp 49995 nodes 28882 nps 165521 pv f2a2 b8g3 a2a8 g3g8 a8g8
[INFO] [stdout] info depth 5 score cp 49995 nodes 124066 nps 199004 pv f2a2 b8g3 a2a8 g3g8 a8g8
[INFO] [stdout] info depth 6 score cp 49995 nodes 504695 nps 136067 pv f2a2 b8g3 a2a8 g3g8 a8g8
[INFO] [stdout] 8/8/8/8/1N3Rp1/8/Bk1B2K1/8 w - -
[INFO] [stdout] info depth 1 score cp 1995 nodes 104 nps 119025 pv a2c4
[INFO] [stdout] info depth 2 score cp 1989 nodes 470 nps 128916 pv f4g4 b2a1
[INFO] [stdout] info depth 3 score cp 2091 nodes 3867 nps 144453 pv g2g3 b2a3 a2d5
[INFO] [stdout] info depth 4 score cp 2099 nodes 21159 nps 146565 pv a2c4 b2b1 d2e3 b1b2
[INFO] [stdout] info depth 5 score cp 49995 nodes 150893 nps 165403 pv a2b1 b2b1 d2c3 g4g3 f4f1
[INFO] [stdout] info depth 6 score cp 49995 nodes 673001 nps 156030 pv a2b1 b2b1 d2c3 g4g3 f4f1
[INFO] [stdout] 8/1b6/3Q4/8/4N3/8/1K4p1/4N2k w - -
[INFO] [stdout] info depth 1 score cp 1317 nodes 209 nps 161886 pv d6h6 h1g1
[INFO] [stdout] info depth 2 score cp 1551 nodes 974 nps 193707 pv e4f2 h1g1 d6d2
[INFO] [stdout] info depth 3 score cp 1604 nodes 6846 nps 232255 pv d6h6 h1g1 h6e3 g1h2 e3g3 h2g1
[INFO] [stdout] info depth 4 score cp 49995 nodes 30685 nps 165463 pv d6d1 b7e4 e1f3 g2g1q d1g1
[INFO] [stdout] info depth 5 score cp 49995 nodes 172652 nps 196553 pv d6d1 b7e4 e1f3 g2g1q d1g1
[INFO] [stdout] info depth 6 score cp 49995 nodes 762475 nps 151109 pv d6d1 b7e4 e1f3 g2g1q d1g1
[INFO] [stdout] 4Q3/8/2K5/8/8/N1R5/1p3p2/k7 w - -
[INFO] [stdout] info depth 1 score cp 1551 nodes 295 nps 105880 pv e8e2
[INFO] [stdout] info depth 2 score cp 1706 nodes 1152 nps 100685 pv e8e2 b2b1q
[INFO] [stdout] info depth 3 score cp 1706 nodes 6111 nps 123671 pv e8e2 b2b1q a3b1
[INFO] [stdout] info depth 4 score cp 1971 nodes 27708 nps 117617 pv e8f8 b2b1q a3b1 a1b1
[INFO] [stdout] info depth 5 score cp 49995 nodes 181370 nps 123783 pv a3c4 f2f1q e8a8 a1b1 c4d2
[INFO] [stdout] info depth 6 score cp 49995 nodes 866222 nps 122344 pv a3c4 f2f1q e8a8 a1b1 c4d2
[INFO] [stdout] 3n1Q2/6p1/1n6/1P2P1b1/3Pk3/2P3pP/BP4N1/4K3 w - -
[INFO] [stdout] info depth 1 score cp 1752 nodes 126 nps 86990 pv a2b1 e4d5
[INFO] [stdout] info depth 2 score cp 2249 nodes 1046 nps 91436 pv a2b1 e4d5 f8c5 d5e6
[INFO] [stdout] info depth 3 score cp 2343 nodes 4970 nps 106354 pv a2b1 e4d5 f8c5 d5e6 c5b6 e6d5
[INFO] [stdout] info depth 4 score cp 49993 nodes 26714 nps 101122 pv a2b1 e4d5 f8d6 d5c4 d6c5 c4b3 c5b4
[INFO] [stdout] info depth 5 score cp 49995 nodes 157809 nps 104603 pv f8f1 d8c6 a2b1 e4d5 f1f7
[INFO] [stdout] info depth 6 score cp 49995 nodes 785410 nps 106723 pv f8f1 d8c6 a2b1 e4d5 f1f7
[INFO] [stdout] 8/P2B1r2/3p1p2/3n4/1P1k1Pp1/4p3/1K2Q2b/6N1 w - -
[INFO] [stdout] info depth 1 score cp 1438 nodes 327 nps 79630 pv e2d1 d4c4
[INFO] [stdout] info depth 2 score cp 1494 nodes 1404 nps 89725 pv e2d1 d4e4 a7a8q
[INFO] [stdout] info depth 3 score cp 1733 nodes 7434 nps 104651 pv e2d1 d4e4 a7a8q h2g1
[INFO] [stdout] info depth 4 score cp 49995 nodes 37095 nps 94872 pv a7a8q f7d7 e2d3 d4d3 a8d5
[INFO] [stdout] info depth 5 score cp 49995 nodes 156972 nps 110215 pv a7a8q f7d7 e2d3 d4d3 a8d5
[INFO] [stdout] info depth 6 score cp 49995 nodes 658668 nps 113347 pv a7a8q f7d7 e2d3 d4d3 a8d5
[INFO] [stdout] 8/8/2K4n/p1N1k2p/2p3P1/7n/bR1P2N1/5Q2 w - -
[INFO] [stdout] info depth 1 score cp 1980 nodes 177 nps 93880 pv b2a2
[INFO] [stdout] info depth 2 score cp 1993 nodes 1661 nps 101458 pv f1e1 e5f6 b2a2
[INFO] [stdout] info depth 3 score cp 2000 nodes 12014 nps 111038 pv b2a2 h6g4 c6b5
[INFO] [stdout] info depth 4 score cp 49995 nodes 83974 nps 111955 pv b2b4 a5b4 d2d4 c4d3 f1a1
[INFO] [stdout] info depth 5 score cp 49995 nodes 510717 nps 115459 pv b2b4 a5b4 d2d4 c4d3 f1a1
[INFO] [stdout] r1NR2br/7p/p2Pkp2/1pQ5/5K2/8/8/8 w - -
[INFO] [stdout] info depth 1 score cp 1204 nodes 160 nps 93129 pv d8e8 e6f7
[INFO] [stdout] info depth 2 score cp 1267 nodes 958 nps 110493 pv c5c6 b5b4
[INFO] [stdout] info depth 3 score cp 1603 nodes 6529 nps 112499 pv d8e8 e6f7 c5c7 f7g6 c8e7 g6f7
[INFO] [stdout] info depth 4 score cp 1629 nodes 30539 nps 121644 pv c5f5 e6f7 f5d7 f7g6 c8e7 g6h6 d8a8
[INFO] [stdout] info depth 5 score cp 49995 nodes 169755 nps 119197 pv d6d7 a8c8 c5d5 e6d5 d7c8q
[INFO] [stdout] info depth 6 score cp 49995 nodes 751922 nps 121518 pv d6d7 a8c8 c5d5 e6d5 d7c8q
[INFO] [stdout] 8/7p/2p1N2P/2Pk2K1/4pPB1/1P2R3/5B2/3n4 w - -
[INFO] [stdout] info depth 1 score cp 2243 nodes 96 nps 121954 pv g4d1
[INFO] [stdout] info depth 2 score cp 2258 nodes 356 nps 111677 pv g4d1 d5e6
[INFO] [stdout] info depth 3 score cp 2315 nodes 2736 nps 144806 pv g4d1 d5e6 e3e4 e6f7
[INFO] [stdout] info depth 4 score cp 2342 nodes 14998 nps 129387 pv g4d1 d5e6 e3e4 e6f7 d1h5 f7g8
[INFO] [stdout] info depth 5 score cp 49995 nodes 74899 nps 121141 pv g5f5 d1e3 f5g5 e3g4 e6c7
[INFO] [stdout] info depth 6 score cp 49995 nodes 299764 nps 128896 pv g5f5 d1e3 f5g5 e3g4 e6c7
[INFO] [stdout] R2B4/3k2N1/6Pn/nK2P3/2p2N2/8/1p4r1/1b2bQ2 w - -
[INFO] [stdout] info depth 1 score cp 1641 nodes 234 nps 78373 pv f1g2
[INFO] [stdout] info depth 2 score cp 1648 nodes 1262 nps 78450 pv f1g2 e1c3
[INFO] [stdout] info depth 3 score cp 2030 nodes 8821 nps 79443 pv f1g2 b1e4 e5e6 d7d6
[INFO] [stdout] info depth 4 score cp 2030 nodes 42626 nps 84208 pv f1g2 b1e4 e5e6 d7d6 g2e4
[INFO] [stdout] info depth 5 score cp 49995 nodes 323074 nps 84888 pv f1f2 e1f2 f4e6 b1g6 e6f8
[INFO] [stdout] 8/8/4p3/QK1k4/8/3B4/5N2/n7 w - -
[INFO] [stdout] info depth 1 score cp 1970 nodes 110 nps 129873 pv a5a1
[INFO] [stdout] info depth 2 score cp 2046 nodes 1156 nps 137404 pv b5b6 d5d6 a5c5 d6d7
[INFO] [stdout] info depth 3 score cp 2051 nodes 10090 nps 151581 pv b5b6 d5d6 a5c5 d6d7 d3b5 d7d8
[INFO] [stdout] info depth 4 score cp 49995 nodes 84244 nps 150296 pv d3h7 d5e5 a5c7 e5f6 f2e4
[INFO] [stdout] info depth 5 score cp 49995 nodes 498635 nps 153052 pv d3h7 d5e5 a5c7 e5f6 f2e4
[INFO] [stdout] 8/4N3/1p6/6K1/2nk4/6Q1/1n2R3/7B w - -
[INFO] [stdout] info depth 1 score cp 2107 nodes 187 nps 104394 pv e7c6 d4c5
[INFO] [stdout] info depth 2 score cp 2126 nodes 1926 nps 138598 pv e7c6 d4c5 h1g2
[INFO] [stdout] info depth 3 score cp 2279 nodes 16672 nps 136248 pv e7c6 d4c5 h1g2 b6b5
[INFO] [stdout] info depth 4 score cp 49995 nodes 133851 nps 139639 pv e2c2 b6b5 e7f5 d4c5 g3d6
[INFO] [stdout] info depth 5 score cp 49995 nodes 756726 nps 143519 pv e2c2 b6b5 e7f5 d4c5 g3d6
[INFO] [stdout] 5K2/5p2/1p1N4/b2k4/Bp2R1p1/1N4B1/3rP3/3n4 w - -
[INFO] [stdout] info depth 1 score cp 1449 nodes 114 nps 125668 pv b3d2
[INFO] [stdout] info depth 2 score cp 1449 nodes 714 nps 98683 pv b3d2 f7f5
[INFO] [stdout] info depth 3 score cp 1499 nodes 6189 nps 120306 pv b3d2 f7f5 a4b3 d5c5
[INFO] [stdout] info depth 4 score cp 1635 nodes 35108 nps 108965 pv b3d2 d1b2 a4b3 d5c5 f8f7
[INFO] [stdout] info depth 5 score cp 49995 nodes 245881 nps 109649 pv a4d7 b6b5 e4c4 b5c4 e2e4
[INFO] [stdout] K5b1/8/Q7/3kB3/4p1N1/1p1r3p/1P2N1Pr/5n2 w - -
[INFO] [stdout] info depth 1 score cp 1069 nodes 335 nps 87622 pv e2f4 d5c5
[INFO] [stdout] info depth 2 score cp 1151 nodes 2291 nps 100797 pv e2f4 d5c5 a6a7 c5b4
[INFO] [stdout] info depth 3 score cp 1129 nodes 14771 nps 103405 pv e2f4 d5c5 a6c8 c5b4 c8b7 b4c4
[INFO] [stdout] info depth 4 score cp 1151 nodes 91696 nps 106777 pv e2f4 d5c5 a6c8 c5b4 c8b7 b4c5 b7a7 c5b4
[INFO] [stdout] info depth 5 score cp 49995 nodes 604671 nps 103859 pv e5b8 h3g2 g4e5 e4e3 a6c6
[INFO] [stdout] b5Kn/p5Bp/4P1p1/1P1k4/p1pNN2P/5BP1/8/7Q w - -
[INFO] [stdout] info depth 1 score cp 3171 nodes 146 nps 92424 pv g8h8
[INFO] [stdout] info depth 2 score cp 3195 nodes 1184 nps 106778 pv e6e7 a4a3
[INFO] [stdout] info depth 3 score cp 3195 nodes 10506 nps 114898 pv e6e7 a4a3 e7e8q
[INFO] [stdout] info depth 4 score cp 3300 nodes 89357 nps 135547 pv e6e7 a4a3 e7e8q a3a2
[INFO] [stdout] info depth 5 score cp 49995 nodes 647193 nps 114278 pv d4f5 g6f5 h1d1 d5e6 d1d6
[INFO] [stdout] 3nR1K1/nQp3N1/5kp1/6p1/2r3p1/3r1N2/8/8 w - -
[INFO] [stdout] info depth 1 score cp 611 nodes 243 nps 64331 pv b7b2 c4c3
[INFO] [stdout] info depth 2 score cp 694 nodes 1163 nps 71344 pv e8f8 f6e7 f8e8 e7f6
[INFO] [stdout] info depth 3 score cp 694 nodes 7194 nps 84063 pv e8f8 f6e7 f8e8 e7f6
[INFO] [stdout] info depth 4 score cp 1181 nodes 40486 nps 78360 pv b7b2 c4c3 f3e5 d3d4 b2c3
[INFO] [stdout] info depth 5 score cp 49995 nodes 231936 nps 81879 pv f3e5 a7c6 b7c6 d8c6 e8e6
[INFO] [stdout] info depth 6 score cp 49995 nodes 796325 nps 87983 pv f3e5 a7c6 b7c6 d8c6 e8e6
[INFO] [stdout] 8/6p1/1Nr5/pr6/3p2PB/1PpBk2p/2P5/5R1K w - -
[INFO] [stdout] info depth 1 score cp 716 nodes 171 nps 75578 pv h4f2 e3d2
[INFO] [stdout] info depth 2 score cp 771 nodes 910 nps 80975 pv h4f2 e3d2 b6c4 c6c4
[INFO] [stdout] info depth 3 score cp 792 nodes 5502 nps 95159 pv b6c4 c6c4 h4f2 e3d2 f2e1 d2e3
[INFO] [stdout] info depth 4 score cp 967 nodes 25689 nps 101604 pv d3b5 c6b6 h4g5 e3e4 b5d3 e4e5
[INFO] [stdout] info depth 5 score cp 49995 nodes 137826 nps 83992 pv h4e7 c6b6 e7a3 b5b3 a3c1
[INFO] [stdout] info depth 6 score cp 49995 nodes 518514 nps 97545 pv h4e7 c6b6 e7a3 b5b3 a3c1
[INFO] [stdout] 1N1q1r1n/4B3/pp4rp/4k3/2Q3RN/4p1pK/8/1b1Bb3 w - -
[INFO] [stdout] info depth 1 score cp 532 nodes 275 nps 67221 pv h4g6 h8g6
[INFO] [stdout] info depth 2 score cp 738 nodes 3026 nps 68828 pv h4g6 h8g6 b8c6 e5f5
[INFO] [stdout] info depth 3 score cp 738 nodes 22313 nps 68665 pv h4g6 h8g6 b8c6 e5f5 e7d8
[INFO] [stdout] info depth 4 score cp 49995 nodes 154990 nps 66986 pv d1b3 f8f6 b8c6 f6c6 c4f4
[INFO] [stdout] 3bq3/N2r4/pp3rb1/pR1p4/3k1P2/1PpN2B1/2P1PP2/6KB w - -
[INFO] [stdout] info depth 1 score cp -220 nodes 395 nps 92518 pv e2e3 e8e3
[INFO] [stdout] info depth 2 score cp -220 nodes 771 nps 85531 pv e2e3 e8e3 f2e3 d4e3
[INFO] [stdout] info depth 3 score cp -114 nodes 3270 nps 83609 pv e2e3 e8e3 f2e3 d4e3 g3f2 e3d2
[INFO] [stdout] info depth 4 score cp 40 nodes 17728 nps 62724 pv g3h4 e8e5 e2e3 e5e3 h4f6 d8f6
[INFO] [stdout] info depth 5 score cp 49995 nodes 73090 nps 65377 pv g3h4 g6d3 h4f6 d8f6 a7c6
[INFO] [stdout] info depth 6 score cp 49995 nodes 245820 nps 77500 pv g3h4 g6d3 h4f6 d8f6 a7c6
[INFO] [stdout] K7/1B6/Nk6/pb6/2P3p1/8/Q7/b5q1 w - -
[INFO] [stdout] info depth 1 score cp 777 nodes 166 nps 58099 pv c4c5 g1c5
[INFO] [stdout] info depth 2 score cp 777 nodes 438 nps 64008 pv c4c5 g1c5 a6c5
[INFO] [stdout] info depth 3 score cp 970 nodes 3308 nps 57036 pv a2b3 g1c5 a6c5
[INFO] [stdout] info depth 4 score cp 49995 nodes 15758 nps 56266 pv a2d2 b5c4 d2d6 b6b5 d6c6
[INFO] [stdout] info depth 5 score cp 49995 nodes 53738 nps 73740 pv a2d2 b5c4 d2d6 b6b5 d6c6
[INFO] [stdout] info depth 6 score cp 49995 nodes 202685 nps 82919 pv a2d2 b5c4 d2d6 b6b5 d6c6
[INFO] [stdout] 8/K1p2N2/8/1p1rp2b/nPrkP2R/2N1p2q/1PQP4/4B3 w - -
[INFO] [stdout] info depth 1 score cp 1070 nodes 451 nps 73855 pv h4h3
[INFO] [stdout] info depth 2 score cp 1118 nodes 1831 nps 80318 pv h4h3 a4c3
[INFO] [stdout] info depth 3 score cp 1697 nodes 9696 nps 73902 pv h4h3 c4c3 b2c3 d4c4
[INFO] [stdout] info depth 4 score cp 49995 nodes 53704 nps 71235 pv f7d8 a4c3 b2c3 c4c3 c2c3
[INFO] [stdout] info depth 5 score cp 49995 nodes 225395 nps 82352 pv f7d8 a4c3 b2c3 c4c3 c2c3
[INFO] [stdout] 1rn3b1/7p/Q6N/2R1B3/4kp2/pq1p4/1pp2K2/8 w - -
[INFO] [stdout] info depth 1 score cp -1206 nodes 1101 nps 92017 pv a6c6 g8d5
[INFO] [stdout] info depth 2 score cp -1028 nodes 2602 nps 78553 pv h6g8 d3d2
[INFO] [stdout] info depth 3 score cp -475 nodes 12640 nps 63766 pv a6f6 b3f7 h6f7
[INFO] [stdout] info depth 4 score cp 49995 nodes 59495 nps 61259 pv e5c3 b3c3 a6c6 g8d5 c6d5
[INFO] [stdout] info depth 5 score cp 49995 nodes 244455 nps 76276 pv e5c3 b3c3 a6c6 g8d5 c6d5
[INFO] [stdout] 1B1N1r1Q/4p3/bn1p2r1/R2Bpp2/q2k4/2R3Np/3P3K/8 w - -
[INFO] [stdout] info depth 1 score cp 1056 nodes 429 nps 59931 pv h8h4 e5e4
[INFO] [stdout] info depth 2 score cp 1056 nodes 2692 nps 68012 pv h8h4 e5e4 a5a4 b6a4
[INFO] [stdout] info depth 3 score cp 1131 nodes 22725 nps 76562 pv h8h4 e5e4 g3f5 d4e5 a5a4
[INFO] [stdout] info depth 4 score cp 49995 nodes 175919 nps 78717 pv d5g2 h3g2 h8e5 d6e5 b8e5
[INFO] [stdout] b2r1N1n/8/r4p1p/4pp1R/1pP2k1K/5pN1/p2p1P2/1q1Q3B w - -
[INFO] [stdout] info depth 1 score cp -1135 nodes 658 nps 80327 pv f8e6 a6e6
[INFO] [stdout] info depth 2 score cp -1224 nodes 2068 nps 74611 pv h5f5 b1f5 g3f5
[INFO] [stdout] info depth 3 score cp -1154 nodes 9446 nps 56837 pv h4h3 b4b3 h5h4 f4g5
[INFO] [stdout] info depth 4 score cp 0 nodes 28715 nps 59974 pv h4h3 b4b3 h5h4 f4g5 h4h5 g5f4
[INFO] [stdout] info depth 5 score cp 49995 nodes 102496 nps 36139 pv c4c5 b4b3 c5c6 b1d1 h5f5
[INFO] [stdout] info depth 6 score cp 49995 nodes 219885 nps 45942 pv c4c5 b4b3 c5c6 b1d1 h5f5
[INFO] [stdout] 6rB/4p2r/2B1pnp1/2K1k3/4NNP1/3pPp2/3p1p2/3bbq2 w - -
[INFO] [stdout] info depth 1 score cp -2735 nodes 778 nps 108611 pv f4d3 f1d3
[INFO] [stdout] info depth 2 score cp -2708 nodes 2014 nps 100973 pv e4g3 g8h8
[INFO] [stdout] info depth 3 score cp -2607 nodes 6752 nps 86273 pv e4g3 f1e2 g3e2
[INFO] [stdout] info depth 4 score cp 49995 nodes 26990 nps 66229 pv e4g5 h7g7 f4g6 g7g6 g5f7
[INFO] [stdout] info depth 5 score cp 49995 nodes 68385 nps 81727 pv e4g5 h7g7 f4g6 g7g6 g5f7
[INFO] [stdout] info depth 6 score cp 49995 nodes 210063 nps 87274 pv e4g5 h7g7 f4g6 g7g6 g5f7
[INFO] [stdout] 8/6P1/8/1K6/2R5/8/1k6/8 w - -
[INFO] [stdout] info depth 1 score cp 1699 nodes 82 nps 165522 pv g7g8q
[INFO] [stdout] info depth 2 score cp 1777 nodes 338 nps 147658 pv g7g8q b2b3
[INFO] [stdout] info depth 3 score cp 2096 nodes 2239 nps 162132 pv g7g8q b2b3 g8g2
[INFO] [stdout] info depth 4 score cp 2186 nodes 8781 nps 161998 pv g7g8q b2a3 g8g2 a3b3
[INFO] [stdout] info depth 5 score cp 49995 nodes 50561 nps 163546 pv g7g8r b2b3 g8g2 b3a3 c4c3
[INFO] [stdout] info depth 6 score cp 49995 nodes 192874 nps 165701 pv g7g8r b2b3 g8g2 b3a3 c4c3
[INFO] [stdout] info depth 7 score cp 49995 nodes 842292 nps 166590 pv g7g8r b2b3 g8g2 b3a3 c4c3
[INFO] [stdout] 3R3N/2pR1p2/4k3/N1P5/1q4PK/2B4B/8/8 w - -
[INFO] [stdout] info depth 1 score cp 2011 nodes 105 nps 112576 pv c3b4
[INFO] [stdout] info depth 2 score cp 2023 nodes 544 nps 94128 pv c3b4 e6f6
[INFO] [stdout] info depth 3 score cp 2151 nodes 4363 nps 111089 pv c3b4 f7f5 h4g5
[INFO] [stdout] info depth 4 score cp 49995 nodes 24650 nps 88969 pv c5c6 b4c3 d8e8 e6f6 d7f7
[INFO] [stdout] info depth 5 score cp 49995 nodes 130714 nps 101096 pv c5c6 b4c3 d8e8 e6f6 d7f7
[INFO] [stdout] info depth 6 score cp 49995 nodes 556430 nps 97854 pv c5c6 b4c3 d8e8 e6f6 d7f7
[INFO] [stdout] 2B5/2p1pK2/Q2pN3/3Rbk1p/2P2pb1/7r/4P3/4BN2 w - -
[INFO] [stdout] info depth 1 score cp 1627 nodes 340 nps 76362 pv d5e5 d6e5
[INFO] [stdout] info depth 2 score cp 1695 nodes 3012 nps 95277 pv e6c5 e7e6 d5e5 f5e5
[INFO] [stdout] info depth 3 score cp 2014 nodes 27434 nps 92933 pv e6d4 f5g5 d5e5 g5h6 c8g4
[INFO] [stdout] info depth 4 score cp 49995 nodes 172250 nps 99650 pv a6a3 h3a3 e2e4 f4e3 f1g3
[INFO] [stdout] 7K/8/3p3N/4kBB1/1N3pp1/2P5/5PPP/8 w - -
[INFO] [stdout] info depth 1 score cp 2474 nodes 120 nps 96315 pv b4d3 e5d5
[INFO] [stdout] info depth 2 score cp 2474 nodes 683 nps 115463 pv b4d3 e5d5 h6g4
[INFO] [stdout] info depth 3 score cp 2427 nodes 9102 nps 133024 pv f5g4 e5e4 g4f3 e4e5
[INFO] [stdout] info depth 4 score cp 2551 nodes 32816 nps 133186 pv f5g4 e5e4 g4f3 e4e5 h2h4
[INFO] [stdout] info depth 5 score cp 49995 nodes 159303 nps 137865 pv h2h4 g4h3 g2g4 f4g3 f2f4
[INFO] [stdout] info depth 6 score cp 49995 nodes 763325 nps 143085 pv h2h4 g4h3 g2g4 f4g3 f2f4
[INFO] [stdout] B4n2/3ppp2/1Np1k2N/2P1P3/2p1p2p/6B1/3P1P2/Q3R1K1 w - -
[INFO] [stdout] info depth 1 score cp 2525 nodes 260 nps 88473 pv a1d4
[INFO] [stdout] info depth 2 score cp 2525 nodes 675 nps 83751 pv a1d4 h4g3
[INFO] [stdout] info depth 3 score cp 2525 nodes 4227 nps 135050 pv a1d4 h4g3 f2g3
[INFO] [stdout] info depth 4 score cp 2646 nodes 19856 nps 91287 pv a1d4 h4g3 f2g3 c4c3
[INFO] [stdout] info depth 5 score cp 49995 nodes 111571 nps 103389 pv d2d4 c4d3 a1a2 d7d5 c5d6
[INFO] [stdout] info depth 6 score cp 49995 nodes 482228 nps 106116 pv d2d4 c4d3 a1a2 d7d5 c5d6
[INFO] [stdout] 8/p4p2/2P2P1R/R1K1kN1P/2p5/2r1N1Pn/BB1P1P2/3nQ1b1 w - -
[INFO] [stdout] info depth 1 score cp 3055 nodes 290 nps 74806 pv b2c3 e5e6
[INFO] [stdout] info depth 2 score cp 3151 nodes 2619 nps 81287 pv e3c4 e5f5 e1e5 f5g4
[INFO] [stdout] info depth 3 score cp 3389 nodes 22717 nps 87570 pv b2c3 d1c3 e3c4 e5f5 e1e5 f5g4
[INFO] [stdout] info depth 4 score cp 49993 nodes 241412 nps 91841 pv e3d1 e5f5 c5b4 f5g4 e1e2 c3f3 d1e3
[INFO] [stdout] 
[INFO] [stdout] thread 'win_at_chess' (24) panicked at tests/tactics_tests.rs:93:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "e3d1"
[INFO] [stdout]  right: "f2f3"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57c1e610d4a8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57c1e610d4a8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57c1e610d4a8 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57c1e610d4a8 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x57c1e61212da - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57c1e61212da - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x57c1e6111cc2 - std[d054f6f42beb1baa]::io::default_write_fmt::<alloc[154f689e5dd3bae5]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x57c1e6111cc2 - <alloc[154f689e5dd3bae5]::vec::Vec<u8> as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x57c1e60ec656 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57c1e60ec656 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57c1e6105a49 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57c1e6080b7c - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   12:     0x57c1e6080b7c - test[fad20673b750c10e]::test_main_inner::<test[fad20673b750c10e]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x57c1e6105c02 - <alloc[154f689e5dd3bae5]::boxed::Box<dyn for<'a, 'b> core[5a1c3e9896636f3a]::ops::function::Fn<(&'a std[d054f6f42beb1baa]::panic::PanicHookInfo<'b>,), Output = ()> + core[5a1c3e9896636f3a]::marker::Send + core[5a1c3e9896636f3a]::marker::Sync> as core[5a1c3e9896636f3a]::ops::function::Fn<(&std[d054f6f42beb1baa]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2291:9
[INFO] [stdout]   14:     0x57c1e6105c02 - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x57c1e60ec712 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x57c1e60e40a9 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x57c1e60ed42d - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x57c1e61219cc - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57c1e61218e3 - core[5a1c3e9896636f3a]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x57c1e607329e - core[5a1c3e9896636f3a]::panicking::assert_failed::<alloc[154f689e5dd3bae5]::string::String, &str>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x57c1e6073746 - tactics_tests[c0224c89ac433efe]::win_at_chess
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/tactics_tests.rs:93:9
[INFO] [stdout]   22:     0x57c1e6073347 - tactics_tests[c0224c89ac433efe]::win_at_chess::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/tactics_tests.rs:82:18
[INFO] [stdout]   23:     0x57c1e6073bb6 - <tactics_tests[c0224c89ac433efe]::win_at_chess::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x57c1e6073c5b - <fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x57c1e6073c5b - test[fad20673b750c10e]::__rust_begin_short_backtrace::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, fn() -> core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x57c1e60814d5 - test[fad20673b750c10e]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x57c1e60814d5 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x57c1e60814d5 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x57c1e60814d5 - std[d054f6f42beb1baa]::panicking::catch_unwind::<core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>, core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x57c1e60814d5 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<test[fad20673b750c10e]::run_test_in_process::{closure#0}>, core[5a1c3e9896636f3a]::result::Result<(), alloc[154f689e5dd3bae5]::string::String>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x57c1e60814d5 - test[fad20673b750c10e]::run_test_in_process
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x57c1e60814d5 - test[fad20673b750c10e]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x57c1e607c034 - test[fad20673b750c10e]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x57c1e607c034 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<test[fad20673b750c10e]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x57c1e6084552 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x57c1e6084552 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x57c1e6084552 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x57c1e6084552 - std[d054f6f42beb1baa]::panicking::catch_unwind::<(), core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x57c1e6084552 - std[d054f6f42beb1baa]::panic::catch_unwind::<core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x57c1e6084552 - std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked::<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x57c1e6084552 - <std[d054f6f42beb1baa]::thread::lifecycle::spawn_unchecked<test[fad20673b750c10e]::run_test::{closure#1}, ()>::{closure#1} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x57c1e610ce0f - <alloc[154f689e5dd3bae5]::boxed::Box<dyn core[5a1c3e9896636f3a]::ops::function::FnOnce<(), Output = ()> + core[5a1c3e9896636f3a]::marker::Send> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/alloc/src/boxed.rs:2277:9
[INFO] [stdout]   43:     0x57c1e610ce0f - <std[d054f6f42beb1baa]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x736f9f9ddaa4 - <unknown>
[INFO] [stdout]   45:     0x736f9fa6aa64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     win_at_chess
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 319.93s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test tactics_tests`
[INFO] running `Command { std: "docker" "inspect" "a9c64269966c4dd9f061f1012ab56ed01a5346235216ce314d4d6852aeb77af9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9c64269966c4dd9f061f1012ab56ed01a5346235216ce314d4d6852aeb77af9", kill_on_drop: false }`
[INFO] [stdout] a9c64269966c4dd9f061f1012ab56ed01a5346235216ce314d4d6852aeb77af9
